English Dictionary
◊ GO THROUGH
go through
v 1: go or live through; "We had many trials to go through" [syn:
{experience}, {undergo}]
2: apply thoroughly; think through; "We worked through an
example" [syn: {work through}, {run through}]
3: to conclude or bring to a conclusion with some effort; "John
worked hard to make that deal go through." [syn: {follow
through}]
4: go across or through; "We passed the point where the police
car had parked"; "A terrible thought went through his
mind" [syn: {pass}, {go across}]
5: eat immoderately; "Some people can down a pound of meat in
the course of one meal" [syn: {devour}, {down}, {consume}]
6: pursue to a conclusion; "Did he go through with the
treatment?" [syn: {follow through}, {carry out}, {implement},
{put through}]
English Computing Dictionary
◊ DID YOU MEAN LOOP THROUGH?
loop through
To process each element of a list of things. "Hold on, I've
got to loop through my paper mail." Derives from the
computer-language notion of an iterative loop; compare "cdr
down" (under {cdr}), which is less common among C and Unix
programmers. ITS hackers used to say "IRP over" after an
obscure pseudo-op in the MIDAS PDP-10 assembler.
[{Jargon File}]